projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5db0475
)
(button): New require.
author
Miles Bader
<miles@gnu.org>
Tue, 9 Oct 2001 12:09:25 +0000
(12:09 +0000)
committer
Miles Bader
<miles@gnu.org>
Tue, 9 Oct 2001 12:09:25 +0000
(12:09 +0000)
lisp/apropos.el
patch
|
blob
|
history
diff --git
a/lisp/apropos.el
b/lisp/apropos.el
index e235859c69ca75873d4a36fa1a6cc9bc84ff1d57..ab4c04c06624bb318741a7402eb0ecc3e0544ad5 100644
(file)
--- a/
lisp/apropos.el
+++ b/
lisp/apropos.el
@@
-57,6
+57,8
@@
;;; Code:
+(require 'button)
+
(defgroup apropos nil
"Apropos commands for users and programmers"
:group 'help